Package edu.uky.ai.tic.ai
Class MinMaxBot
java.lang.Object
edu.uky.ai.tic.ai.MinMaxBot
- All Implemented Interfaces:
Bot
public class MinMaxBot extends java.lang.Object implements Bot
This bot expands the entire game tree and makes its decision based on Min
Max search.
- Author:
- Stephen G. Ware
-
Constructor Summary
Constructors Constructor Description MinMaxBot() -
Method Summary
Modifier and Type Method Description DecisionchooseMove(State state)
-
Constructor Details
-
MinMaxBot
public MinMaxBot()
-
-
Method Details
-
chooseMove
- Specified by:
chooseMovein interfaceBot
-